FirmwareInfo

abstract class FirmwareInfo

Provides extraneous information on a firmware, such as the size of the firmware update file, or special outcomes that updating a device using this firmware may produce.

Types

Link copied to clipboard
Special firmware attributes.

Functions

Link copied to clipboard
Retrieves special firmware attributes.
Link copied to clipboard
Identifies the firmware that this FirmwareInfo provides information upon.
Link copied to clipboard
@IntRange(from = 0)
abstract fun getSize(): Long
Retrieves the size of the associated update file, in bytes.